home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 8542 / 8542.xpi / chrome / lastpass.jar / content / welcome.xul < prev    next >
Extensible Markup Language  |  2010-02-14  |  7KB  |  200 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <?xml-stylesheet href="chrome://lastpass/content/welcome.css" type="text/css"?>
  4. <!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
  5.  
  6. <dialog width='750' height='500' id="LPWelcome" style='background-color: white; color: black;'
  7.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.         buttons="accept,cancel"
  9.         ondialogaccept="return LP.welcome_accept_click(document,window);"
  10.         ondialogcancel="return LP.welcome_cancel_click(document,window);"
  11.         onload="LP.welcome_window_load(document,window);">
  12.     
  13.     <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
  14.     
  15.     <vbox align="center">
  16.         <image src="chrome://lastpass/skin/icon.png" width="225" height="36" />
  17.     </vbox>
  18.     
  19.     <spacer height="30"/>
  20.     <label id="title" style="font-size: 20px;" align="center" />
  21.     
  22.     
  23.     
  24.     <vbox id='welcome'>
  25.         <spacer height="20"/>
  26.         <description style="font-size: 13px;" width="225" id="welcometext1"></description>
  27.         <spacer height="15"/>
  28.         <description style="font-size: 13px;" width="225" id="welcometext2"></description>
  29.         <spacer height="15"/>
  30.         <description style="font-size: 13px;" width="225" id="welcometextwindows"></description>
  31.         <description id="exelink" class="text-link" onclick="LP.lpbaseopenwin('lastpass.exe')" width='255' />
  32.         <hbox align="center">
  33.             <label id="languagelabel" />
  34.             <listbox id="languagesel" rows="8"/>
  35.         </hbox>
  36.     </vbox>
  37.     
  38.     
  39.     <vbox id='create' hidden='true'>
  40.         <spacer height="20"/>
  41.         <grid>
  42.             <columns>
  43.                 <column/>
  44.                 <column/>
  45.                 <column flex="100" />
  46.             </columns>
  47.             <rows>
  48.                 <row>
  49.                     <label control="email" id="emaillabel"/>
  50.                     <textbox id="email" onchange="LP.checkEmail(document)"/>
  51.                     <spacer flex="100" />
  52.                 </row>
  53.                 <row>
  54.                     <label control="password" id="passwordlabel"/>
  55.                     <textbox id="password" width="200" type="password" oninput="LP.welcome_update_password_meter(document)" />
  56.                     <spacer flex="100" />
  57.                 </row>
  58.                 <row>
  59.                     <label id="strengthlabel" />
  60.                     <progressmeter id="passwordstrength" mode="determined" value="0"/>
  61.                     <spacer flex="100" />
  62.                 </row>
  63.                 <row>
  64.                     <label control="passwordreminder" id="passwordreminderlabel"/>
  65.                     <textbox id="passwordreminder" width="200"/>
  66.                     <spacer flex="100" />
  67.                 </row>
  68.                 <row>
  69.                     <label id="timezonelabel" control="timezone" />
  70.                     <menulist sizetopopup="always" id="timezone">
  71.                         <menupopup id="timezonepopup">
  72.                         </menupopup>
  73.                     </menulist>
  74.                     <spacer flex="100" />
  75.                 </row>
  76.             </rows>
  77.         </grid>
  78.         <spacer height="25"/>
  79.         <hbox>
  80.             <checkbox id="terms" flex="0" style="margin: 0 0 0 1;" />
  81.             <label id="termslink" class="text-link" onclick="LP.lpbaseopenwin('terms.php')" style="margin: 0;" />
  82.             <label id="and" style="margin: 1;" />
  83.             <label id="privacylink" class="text-link" onclick="LP.lpbaseopenwin('privacy.php')" style="margin: 0;"/>
  84.             <spacer flex="1000" />
  85.         </hbox>
  86.         <hbox>
  87.             <checkbox id="data" flex="1"/>
  88.         </hbox>
  89.         <hbox>
  90.             <checkbox id="history" flex="1" checked="true"/>
  91.         </hbox>
  92.         <hbox>
  93.             <checkbox id="improve" flex="1" checked="true"/>
  94.         </hbox>
  95.         <hbox>
  96.             <checkbox id="disablemgr" flex="1" checked="true"/>
  97.         </hbox>
  98.     </vbox>
  99.     
  100.     
  101.     <vbox id='reenter' hidden='true'>
  102.         <spacer height="20"/>
  103.         <label id="reenter1" />
  104.         <spacer height="15" />
  105.         <label id="reenter2" style="color: #bd1f29; font-weight: 900;" />
  106.         <label id="reenter3" style="color: #bd1f29; font-weight: 900;" />
  107.         <label id="reenter4" style="color: #bd1f29; font-weight: 900;" />
  108.         <label id="reenter5" style="color: #bd1f29; font-weight: 900;" />
  109.         <spacer height="15" />
  110.         <label id="reenter6" />
  111.         <label id="reenter7" />
  112.         <label id="reenter8" />
  113.         <label id="reenter9" />
  114.         <label id="reenter10" />
  115.         <spacer height="20" />
  116.         <hbox>
  117.             <spacer width="20" />
  118.             <label id="passwordconfirmlabel" control="passwordconfirm" />
  119.             <textbox id="passwordconfirm" type="password" width="200" />
  120.         </hbox>
  121.     </vbox>
  122.     
  123.     
  124.     <vbox id='createprogress' hidden='true'>
  125.         <spacer height="50"/>
  126.         
  127.         <label id="progresslabel" />
  128.         <progressmeter id="progressmeter" mode="undetermined" value="0" width="300" />
  129.     </vbox>
  130.     
  131.     
  132.     
  133.     <vbox id='importdataask' hidden='true'>
  134.         <spacer height="20"/>
  135.         <label id="importdataask2" />
  136.         <label id="importdataask3" />
  137.         <label id="importdataask4" />
  138.         <spacer height="15" />
  139.         <label id="importdataask5" />
  140.         <spacer height="15" />
  141.         <radiogroup>
  142.             <radio id="importdataask6" hidden="true" />
  143.             <radio id="importdataask7" selected="true" />
  144.             <radio id="importdataask8" />
  145.         </radiogroup>
  146.     </vbox>
  147.     
  148.     
  149.     <vbox id='importdataprogress' hidden='true'>
  150.         <spacer height="50"/>
  151.         
  152.         <label id="importdatalabel" />
  153.         <progressmeter id="importdataprogressmeter" mode="undetermined" value="0" width="300" />
  154.     </vbox>
  155.     
  156.     
  157.     <vbox id='removedataask' hidden='true'>
  158.         <spacer height="20"/>
  159.         <label id="removedataask2" />
  160.         <label id="removedataask3" />
  161.         <spacer height="15" />
  162.         <label id="removedataask4" />
  163.         <label id="removedataask5" />
  164.         <spacer height="15" />
  165.         <label id="removedataask6" />
  166.         <spacer height="15" />
  167.         <radiogroup>
  168.             <radio id="removedataask7" selected="true" />
  169.             <radio id="removedataask8" />
  170.         </radiogroup>
  171.     </vbox>
  172.     
  173.     
  174.     <vbox id='formfillask' hidden='true'>
  175.         <spacer height="20"/>
  176.         <label id="formfillask2" />
  177.         <label id="formfillask3" />
  178.         <label id="formfillask4" />
  179.         <spacer height="15" />
  180.         <label id="formfillask5" />
  181.         <spacer height="15" />
  182.         <radiogroup>
  183.             <radio id="formfillask6" selected="true" />
  184.             <radio id="formfillask7" />
  185.         </radiogroup>
  186.     </vbox>
  187.     
  188.     
  189.     <vbox id='thanks' hidden='true'>
  190.         <spacer height="20"/>
  191.         <label style="font-size: 13px;" id="thanks2" width='255'/>
  192.         <spacer height="15" />
  193.         <label style="font-size: 13px;" id="thanks3" class='text-link' onclick="LP.lpbaseopenwin('video.php');window.close();" />
  194.         <spacer height="15" />
  195.         <label style="font-size: 13px;" id="thanks4" />
  196.     </vbox>
  197.     
  198.     
  199. </dialog>
  200.